'Declaration
Public Function New( _ ByVal drawingObjects() As Shape, _ ByVal zOrderCommand As ZOrderCommand _ )
'Usage
Dim drawingObjects() As Shape Dim zOrderCommand As ZOrderCommand Dim instance As New ShapeActionsCommand(drawingObjects, zOrderCommand)
public ShapeActionsCommand( Shape[] drawingObjects, ZOrderCommand zOrderCommand )
Parameters
- drawingObjects
- The drawing objects to process.
- zOrderCommand
- The action agains the drawing object.